home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / netz / internet-set.v4.0 / amitcp-4.0 / help / modem.help < prev    next >
Text File  |  1996-07-23  |  2KB  |  52 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. Modem Settings Help:-  (Please read USR-modem.doc if you have one)
  9. ---------------------
  10.  
  11. Your modem needs a set of AT commands to tell it that it is to get ready for
  12. the Internet way of talking.
  13. To do this netdial.rexx sends it these codes using the standard Hayes AT command
  14. set but some modems (i.e. US Robotics etc) have different ways of reading them
  15. and the ones used here are no good. Below is the info the modem needs and the
  16. codes used in this program.
  17.  
  18.  
  19. AT&F&D0L1  <--- this is the AT codes used. (Default Setting)
  20.  
  21. AT        <--- this is what all sets of codes must start with 
  22.  
  23. &F        <--- this tells the modem to load it's factory defaults 
  24.  
  25. &D0       <--- this tells the modem to ignore DTR 
  26.  
  27. L1        <--- this tells the modem to use low speaker volume 
  28.  
  29.  
  30. Now look in your modem manual and find the codes your modem uses for each of the
  31. codes above and write them down with no spaces between them (i.e. AT&F/D$f) like
  32. the string of codes above.
  33.  
  34. The AT bit should be the same and the L1 bit could be left out but I find the
  35. modems internal speaker a bit load expecialy at night. (when most go on the NET)
  36.  
  37. The main parts to look for are the &F and the &D0 codes.
  38.  
  39. The &D0 code is very important as it tells the modem not to drop the line when
  40. the serial port is handed over to Internet operation (i.e. Ignore DTR) this
  41. setting in some modems is different as the Internet was not around when the
  42. Hayes AT codes were first introduced.
  43.  
  44. So say your modem uses %B for Ignore DTR you would then write down:- AT&F%BL1
  45.  
  46.  
  47. Right now we have the info we need we can click the Modem_Change icon in this
  48. drawer and select (C) to Change settings and then type the string of AT codes
  49. you wrote down and press enter.
  50.  
  51. Thats It now all should be OK. 
  52.